home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / archivers / tar-handler / packets.doc < prev    next >
Text File  |  1999-05-25  |  1KB  |  57 lines

  1. Supported Packages:
  2.     case ACTION_FINDINPUT:
  3.     case ACTION_END:
  4.     case ACTION_READ:
  5.     case ACTION_SEEK:
  6.     case ACTION_CURRENT_VOLUME:
  7.     case ACTION_LOCATE_OBJECT:
  8.     case ACTION_FREE_LOCK:
  9.     case ACTION_COPY_DIR:
  10.     case ACTION_PARENT:
  11.     case ACTION_SAME_LOCK:
  12.     case ACTION_CREATE_DIR:
  13.     case ACTION_PARENT_FH:
  14.     case ACTION_EXAMINE_OBJECT:
  15.     case ACTION_EXAMINE_NEXT:
  16.     case ACTION_EXAMINE_FH:
  17.     case ACTION_INFO:
  18.     case ACTION_MORE_CACHE:
  19.     case ACTION_IS_FILESYSTEM:
  20.     case ACTION_DIE:
  21.     case ACTION_FLUSH:
  22.     case ACTION_DISK_INFO:
  23.  
  24. Rejected (ERROR_DISK_WRITE_PROTECTED)
  25.     case ACTION_FINDOUTPUT:
  26.     case ACTION_FINDUPDATE:
  27.     case ACTION_DELETE_OBJECT: (*)
  28.     case ACTION_RENAME_OBJECT: (*)
  29.     case ACTION_MAKE_LINK:
  30.     case ACTION_SET_COMMENT: (*)
  31.     case ACTION_SET_DATE: (*)
  32.     case ACTION_SET_PROTECT: (*)
  33.     case ACTION_RENAME_DISK: (*)
  34.     case ACTION_FORMAT:
  35.     case ACTION_SERIALIZE_DISK:
  36.  
  37. Rejected (ERROR_ACTION_NOT_KNOWN)
  38.     case ACTION_WRITE:
  39.     case ACTION_SET_FILE_SIZE:
  40.     case ACTION_LOCK_RECORD:
  41.     case ACTION_FREE_RECORD:
  42.     case ACTION_CHANGE_MODE:
  43.     case ACTION_FH_FROM_LOCK: (*)
  44.     case ACTION_COPY_DIR_FH: (*)
  45.     case ACTION_EXAMINE_ALL:
  46.     case ACTION_READ_LINK:
  47.     case ACTION_INHIBIT:
  48.     case ACTION_GET_DISK_FSSM:
  49.     case ACTION_FREE_DISK_FSSM:
  50.     case ACTION_WRITE_PROTECT:
  51.     case ACTION_ADD_NOTIFY:
  52.     case ACTION_REMOVE_NOTIFY:
  53.     some Console packets / ACTION_NIL
  54.     some Private, internal and obsolete packets
  55.  
  56. * = Maybe I do implement this packets in the next version...
  57.